home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / man / cmds.fmt / wish.man < prev    next >
Encoding:
Text File  |  1992-11-15  |  3.2 KB  |  133 lines

  1.  
  2.  
  3.  
  4. WISH                      User Commands                      WISH
  5.  
  6.  
  7.  
  8. _________________________________________________________________
  9.  
  10. NNAAMMEE
  11.      wish - Simple windowing shell
  12.  
  13. SSYYNNOOPPSSIISS
  14.      wwiisshh ?_o_p_t_i_o_n_s?
  15.  
  16. OOPPTTIIOONNSS
  17.      --ddiissppllaayy _d_i_s_p_l_a_y
  18.                     Display (and screen) on which to display win-
  19.                     dow.
  20.  
  21.      --ffiillee _f_i_l_e_N_a_m_e Read commands from _f_i_l_e_N_a_m_e rather than stan-
  22.                     dard  input.   The  last  element in _f_i_l_e_N_a_m_e
  23.                     will be used as the title for the application
  24.                     and name of its interpreter for sseenndd commands
  25.                     (unless overridden by the --nnaammee option).
  26.  
  27.      --ggeeoommeettrryy _g_e_o_m_e_t_r_y
  28.                     Initial geometry to use for window.
  29.  
  30.      --nnaammee _n_a_m_e     Use _n_a_m_e as the title to be displayed in  the
  31.                     window,  and  as  the name of the interpreter
  32.                     for sseenndd commands.
  33.  
  34.      --ssyynncc          Execute all X server commands  synchronously,
  35.                     so  that  errors  are  reported  immediately.
  36.                     This will result in  much  slower  execution,
  37.                     but it is useful for debugging.
  38.  
  39.      --hheellpp          Print a summary of the  command-line  options
  40.                     and exit.
  41. _________________________________________________________________
  42.  
  43.  
  44. DDEESSCCRRIIPPTTIIOONN
  45.      WWiisshh is a simple  program  consisting  of  the  Tcl  command
  46.      language, the Tk toolkit, and a main program that reads com-
  47.      mands from standard input  or  from  a  file.   If  wwiisshh  is
  48.      invoked  with  no  arguments,  it creates a small window and
  49.      reads Tcl commands interactively from  standard  input.   It
  50.      will  continue  processing  commands  until all windows have
  51.      been deleted or until end-of-file  is  reached  on  standard
  52.      input.
  53.  
  54.      If the --ffiillee option is provided to Tk,  then  it  reads  Tcl
  55.      commands  from  the  file  named in the --ffiillee option.  These
  56.      commands will normally create an interactive interface  con-
  57.      sisting of one or more widgets.  When the end of the command
  58.      file is reached, wwiisshh will continue to respond to  X  events
  59.      until all windows have been deleted.
  60.  
  61.  
  62.  
  63. Sprite v1.0                                                     1
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70. WISH                      User Commands                      WISH
  71.  
  72.  
  73.  
  74.      The wwiisshh program provides a few Tcl commands in addition  to
  75.      those  already  provided  by the Tcl and Tk libraries.  How-
  76.      ever, these commands are  intended  for  debugging  purposes
  77.      only  and  should  not  be widely used.  In particular, they
  78.      will probably be eliminated in some future release.  If  you
  79.      wish  to  use these commands you'll have to read the code to
  80.      see what they do.
  81.  
  82.  
  83. KKEEYYWWOORRDDSS
  84.      shell, toolkit
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129. Sprite v1.0                                                     2
  130.  
  131.  
  132.  
  133.